Crate concurrent_slice[][src]

Expand description

The crate extends slice-type types with methods for concurrent processing.

Structs

A mutable sub-slice reference-counted reference to a slice-like data.

An iterator that yields chunks.

The guard is used to recover the owning data from Chunks.

The iterator returned from owning_iter().

The iterator returned from owning_windows().

Traits

The trait adds methods for concurrent processing on any type that can be borrowed as a slice.